home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
bob13.arc
/
X.BOB
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-10-02
|
285 b
|
11 lines
main()
{
a = newvector(10);
b = newstring(20);
stdout << "typeof(1)=" << typeof(1) << "\n";
stdout << "typeof(a)=" << typeof(a)
<< ", sizeof(a)=" << sizeof(a) << "\n";
stdout << "typeof(b)=" << typeof(b)
<< ", sizeof(b)=" << sizeof(b) << "\n";
}